This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
KeyChain | |
class KeyChain | |
method ChangeSettings | |
property Handle as integer | |
method Lock | |
property Name as string | |
method SetDefaultKeyChain as boolean | |
property Status as integer | |
method Unlock(password as string) as boolean | |
class KeyChainItem | |
property Add | |
property Copy(dest as KeyChain) as KeyChainItem | |
property Delete | |
property GetMemory(what as string, size as integer) as memoryblock | |
property GetString(what as string, size as integer) as string | |
property handle as integer | |
property SearchKeyChain as KeyChain | |
property SetMemory(what as string, data as memoryblock) as boolean | |
property SetString(what as string, data as string) as boolean | |
property Update | |
class KeyChainManager | |
method AddGenericPassword(parameter as KeyChainRequest) as KeyChainItem | |
method AddInternetPassword(parameter as KeyChainRequest) as KeyChainItem | |
method AddInternetPasswordWithPath(parameter as KeyChainRequest) as KeyChainItem | |
property available as boolean | |
method CountKeychains as integer | |
method CreateKeyChain(password as string) as KeyChain | |
method DefaultKeyChainChangeSettings | |
property DefaultKeyChainStatus as integer | |
method FindGenericPassword(parameter as KeyChainRequest) as KeyChainItem | |
method FindInternetPassword(parameter as KeyChainRequest) as KeyChainItem | |
method FindInternetPasswordWithPath(parameter as KeyChainRequest) as KeyChainItem | |
property InteractionAllowed as boolean | |
method KeyChainFindFirst(kc as KeyChain) as KeyChainSearchItem | |
property LastError as integer | |
method LockDefaultKeyChain | |
method NewKeyChainItemMemory(class as string,creator as string,data as memoryblock) as KeyChainItem | |
method NewKeyChainItemString(class as string,creator as string,data as string) as KeyChainItem | |
method OpenDefaultKeyChain as KeyChain | |
method OpenIndexedKeyChain(index as integer) as KeyChain | |
method UnlockDefaultKeyChain(password as string) as boolean | |
property Version as integer | |
class KeyChainRequest | |
property AccountName as string | |
property AuthType as string | |
property Password as string | |
property Path as string | |
property Port as integer | |
property Protocol as string | |
property SecurityDomain as string | |
property ServerName as string | |
property ServiceName as string |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.